How to decide which searchable attributes you want to use.
title
, ingredients
, and comments
searchable, and exclude images
.
You can still use non-searchable attributes for display or filtering.
title, comments
.
searchableAttributes
setting when configuring your index with the setSettings
method.
To configure the order of searchable attributes:
title
and comments
have the same priority.
In the second example, matches in the title
attribute rank before matches in the comments
attribute.